Extension point activations
In component org.nuxeo.ecm.core.api.DocumentValidationService
Documentation
Extension Point to enable/disable validation in any context.
Contribution Descriptors
- Class: org.nuxeo.ecm.core.api.validation.DocumentValidationDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="activations" target="org.nuxeo.ecm.core.api.DocumentValidationService"> <validation activated="true" context="createDocument"/> <validation activated="true" context="saveDocument"/> <validation activated="true" context="importDocument"/> </extension>
-
<extension point="activations" target="org.nuxeo.ecm.core.api.DocumentValidationService"> <validation activated="true" context="jsfValidator"/> </extension>